From: Debian Multimedia Maintainers Date: Thu, 10 Nov 2022 12:55:28 +0000 (+0100) Subject: Output doxygen-generated HTML into apiref/ folder X-Git-Tag: archive/raspbian/7.0.2_ds0-3+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b6d5bb9d06024dbf41b6b1c6f8ab949e1e25645e;p=juce.git Output doxygen-generated HTML into apiref/ folder Origin: Debian Forwarded: not-needed Last-Update: 2022-08-04 so we don't need to rename it later Last-Update: 2022-08-04 Gbp-Pq: Name debian_doxygen-outdir.patch --- diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index 15ec9ea4..077b0fe4 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -1099,7 +1099,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = doc +HTML_OUTPUT = apiref # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp).